home *** CD-ROM | disk | FTP | other *** search
/ Paradise in the Skirt / Paradise in the Skirt.iso / dept12.dir / 00093_Script_93 < prev    next >
Text File  |  1994-11-11  |  215b  |  8 lines

  1. on keyUp
  2.   global totalHpoint
  3.   if the commandDown and the optionDown and (the key = "h" or the key = "H") then
  4.     put totalHpoint + 300 into totalHpoint
  5.     put totalHpoint into field "Hpoint"
  6.   end if
  7. end
  8.